css: Simplify compute for font features
authorMatthias Clasen <mclasen@redhat.com>
Fri, 10 Jan 2020 06:27:49 +0000 (01:27 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 10 Jan 2020 20:48:51 +0000 (15:48 -0500)
commit898e29c98929ddfbcc6cff2158f06fe9dc4e9352
tree80b18bd07bf6c250530fb1285b9003dffc61022b
parentcf1700fd13de17c50ee9c6c4782d48680584e48c
css: Simplify compute for font features

Font features consist of a hash table of number
values, which will never change during compute,
so there is no point in recreating a new value
with a copy of the hash table, constaining the
same string->number mapping.
gtk/gtkcssfontfeaturesvalue.c